home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Bus / R / Research.cpt / Research / HyperResearch Note Cards / background_2674.txt < prev    next >
Text File  |  1987-12-29  |  3KB  |  150 lines

  1. -- background: 2674 from stack: in
  2. -- bmap block id: 2553
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on openStack
  8.   hide message box
  9.   show menuBar
  10.   pass openStack
  11. end openStack
  12.  
  13.  
  14.  
  15. -- part 16 (field)
  16. -- low flags: 00
  17. -- high flags: 4007
  18. -- rect: left=28 top=70 right=298 bottom=337
  19. -- title width / last selected line: 0
  20. -- icon id / first selected line: 0 / 0
  21. -- text alignment: 0
  22. -- font id: 3
  23. -- text size: 12
  24. -- style flags: 0
  25. -- line height: 16
  26. -- part name: 
  27.  
  28.  
  29. -- part 17 (button)
  30. -- low flags: 00
  31. -- high flags: 0000
  32. -- rect: left=403 top=71 right=100 bottom=439
  33. -- title width / last selected line: 0
  34. -- icon id / first selected line: 29114 / 29114
  35. -- text alignment: 1
  36. -- font id: 0
  37. -- text size: 12
  38. -- style flags: 0
  39. -- line height: 16
  40. -- part name: Return
  41. ----- HyperTalk script -----
  42. on mouseUp
  43.   visual effect iris close
  44.   go HyperResearch
  45. end mouseUp
  46.  
  47.  
  48.  
  49. -- part 18 (field)
  50. -- low flags: 00
  51. -- high flags: 0000
  52. -- rect: left=107 top=30 right=55 bottom=384
  53. -- title width / last selected line: 0
  54. -- icon id / first selected line: 0 / 0
  55. -- text alignment: 1
  56. -- font id: 18
  57. -- text size: 18
  58. -- style flags: 0
  59. -- line height: 24
  60. -- part name: 
  61.  
  62.  
  63. -- part 19 (field)
  64. -- low flags: 00
  65. -- high flags: 0000
  66. -- rect: left=107 top=30 right=55 bottom=384
  67. -- title width / last selected line: 0
  68. -- icon id / first selected line: 0 / 0
  69. -- text alignment: 1
  70. -- font id: 18
  71. -- text size: 18
  72. -- style flags: 0
  73. -- line height: 24
  74. -- part name: 
  75.  
  76.  
  77. -- part 20 (button)
  78. -- low flags: 00
  79. -- high flags: 0000
  80. -- rect: left=426 top=31 right=65 bottom=465
  81. -- title width / last selected line: 0
  82. -- icon id / first selected line: 32650 / 32650
  83. -- text alignment: 1
  84. -- font id: 0
  85. -- text size: 12
  86. -- style flags: 0
  87. -- line height: 16
  88. -- part name: Next
  89. ----- HyperTalk script -----
  90. on mouseUp
  91.   go to next card
  92. end mouseUp
  93.  
  94.  
  95. -- part 21 (button)
  96. -- low flags: 00
  97. -- high flags: 0000
  98. -- rect: left=374 top=31 right=65 bottom=413
  99. -- title width / last selected line: 0
  100. -- icon id / first selected line: 1016 / 1016
  101. -- text alignment: 1
  102. -- font id: 0
  103. -- text size: 12
  104. -- style flags: 0
  105. -- line height: 16
  106. -- part name: Prev
  107. ----- HyperTalk script -----
  108. on mouseUp
  109.   go to previous card
  110. end mouseUp
  111.  
  112.  
  113. -- part 22 (button)
  114. -- low flags: 00
  115. -- high flags: 0000
  116. -- rect: left=22 top=31 right=60 bottom=58
  117. -- title width / last selected line: 0
  118. -- icon id / first selected line: 20689 / 20689
  119. -- text alignment: 1
  120. -- font id: 0
  121. -- text size: 12
  122. -- style flags: 0
  123. -- line height: 16
  124. -- part name: Home
  125. ----- HyperTalk script -----
  126. on mouseUp
  127.   visual effect iris close
  128.   go home
  129. end mouseUp
  130.  
  131.  
  132.  
  133. -- part 23 (button)
  134. -- low flags: 00
  135. -- high flags: 8000
  136. -- rect: left=407 top=270 right=317 bottom=445
  137. -- title width / last selected line: 0
  138. -- icon id / first selected line: 32670 / 32670
  139. -- text alignment: 1
  140. -- font id: 0
  141. -- text size: 12
  142. -- style flags: 0
  143. -- line height: 16
  144. -- part name: View
  145. ----- HyperTalk script -----
  146. on mouseUp
  147.   show all cards
  148. end mouseUp
  149.  
  150.